func encoding/asn1.parseField
4 uses
encoding/asn1 (current package)
asn1.go#L682: offset, err = parseField(ret.Index(i), bytes, offset, params, depth)
asn1.go#L710: func parseField(v reflect.Value, bytes []byte, initOffset int, params fieldParameters, depth int) (offset int, err error) {
asn1.go#L989: innerOffset, err = parseField(val.Field(i), innerBytes, innerOffset, parseFieldParameters(field.Tag.Get("asn1")), depth)
asn1.go#L1177: offset, err := parseField(v.Elem(), b, 0, parseFieldParameters(params), 0)
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |